@charset "utf-8";




.form {
	position: relative;
	margin: 7px 0 0 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
	font-size: 18px
}




.fullmeasureOuterContentPage {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	width: 100%;
	height: 100%
}
.fullmeasureOuterContent {
	height: 100%;
	position: relative;
	background: none;
	cursor: default
}
.fullmeasureContent {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden
}


.fullmeasureContent .form:nth-child(2) {
	margin-top: 0
}
.fullmeasureOuterContentBg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.fullmeasureContent {
	position: relative;
	background: none
}



